ci: workflow: add build & run#7
Draft
roma-jam wants to merge 7 commits into
Draft
Conversation
1be7f38 to
d2bc38e
Compare
d2bc38e to
3726a52
Compare
34ae48c to
3198741
Compare
c6f3412 to
9f01cd6
Compare
Get core revision: Different core revisions require different hanlding. To have an option to get the revision and apply different logic add the possibility to read masked revision from GSNPSID register. Set PHY Low Power Clock Select: For the HS UTMI+ PHY interface uses 48MHz for Low speed devices, instead of 480 MHz. We need to configure this after port completed a reset. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
872e520 to
3f277ed
Compare
3f277ed to
41a5838
Compare
Note: Control transfers only Add initial usb host driver for Synopsys DWC2 with vendor quirks. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
Add vendor quirks for nRF54LM20 PHY configuration for DWC2 in host mode. Given the PHY is powered from USB, the PHY needs to be configured and powered on before registers can be accessed or the SoC freezes on any register access. Signed-off-by: Josuah Demangeon <josuah.demangeon@nordicsemi.no>
Enable the DWC2 host controller, for now requiring external power to be provided to the VBUS pin, however usable. Signed-off-by: Josuah Demangeon <josuah.demangeon@nordicsemi.no>
Small refactoring and logic change for nrf vendor quirks. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
Add a simple workflow to build and run uhc on self hosted runner. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
Add a small test for uhc driver with control transfer scenarios. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
41a5838 to
1d918df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a small workflow that builds and runs the uhc test on the self-hosted runner with esp32s3 board.
Collective PR
Commits description in their order
Relates